In the sample application, you want to be able to access documents by clicking on their row in the view.
A view reports document content and provides access to the documents.
Incorporating a Domino® view into an XPage makes a good base for an application. The view can be set up to both display and access the application data.
Many LotusScript and Java developers assume that if you want to iterate through a documen response hierarchy, you have to use a view to do it. While this is often the right way to go, having extra views in a database solely for agent or program access can cause problems and consume a lot of space. ...